home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 4
/
Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso
/
Development
/
General
/
Kamprath's CDEF Pack ƒ
/
CDEF Sampler Program ƒ
/
samplerControls.h
< prev
next >
Wrap
Text File
|
1994-05-21
|
706b
|
24 lines
#define kTimeVariation 0
#define kHourItem 2
#define kMinItem 4
#define kArrowButtonUp 8
#define kArrowButtonDown 16
#define kAMPMItem 32
#define kDateVariation 1
#define kMonthItem 2
#define kDateItem 4
#define kYearItem 32
#define kDayOfWeekItem 64
void SetUpWindowCntls( void );
pascal void TimeCDEFAction( ControlHandle ch, short part);
pascal void DateCDEFAction( ControlHandle ch, short part);
void HandleTimeCDEFClick(Point where);
void HandleDateCDEFClick(Point where);
void HandleTimeCDEFPart( ControlHandle ch, short part);
void HandleDateCDEFPart( ControlHandle ch, short part);
pascal void NumCDEFProc(ControlHandle theControl, short theCode);